home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Demos / MF20 / RMDP / RMWF Demo / VPISys Demo / SHARED.DXR / 04981_Quit Button.ls < prev    next >
Encoding:
Text File  |  1994-08-13  |  136 b   |  8 lines

  1. on mouseUp
  2.   if the optionDown then
  3.     go("Menu1", "Rocky Mountain Wildflowers Demo")
  4.   else
  5.     play frame "Quit Screen"
  6.   end if
  7. end
  8.